PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class / getEncode Method
In This Topic
    getEncode Method
    In This Topic
    Gets the function encode array.
    Syntax
    public double[] getEncode()

    Return Value

    An array of 2 x k numbers that, taken in pairs, map each subset of the domain defined by com.o2sol.pdf4java.pdffunctions.PDFFunction.setDomain(double[]) and the getBounds array to the domain of the corresponding function.
    See Also